home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / OTPLASMA.ZIP / make.bat < prev    next >
Encoding:
DOS Batch File  |  1996-06-20  |  136 b   |  12 lines

  1. @echo off
  2.  
  3. tasm plasma.asm
  4. if errorlevel 1 then goto end:
  5. tlink /t plasma.obj
  6. plasma.com
  7.  
  8. :end
  9. del *.bak
  10. del *.obj
  11. del *.map
  12.